public void InsertRange(
System.int index,
System.Collections.Generic.IEnumerable<KeyValuePair<T,SortCondition>> entries
)
'宣言
Public Sub InsertRange( _
ByVal index As System.Integer, _
ByVal entries As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of T,SortCondition)) _
)